object TipperForm: TTipperForm Left = 224 Top = 107 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'AlfaClock: The Tip Of The Day' ClientHeight = 239 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 201 BevelOuter = bvLowered BevelWidth = 2 Color = clWhite TabOrder = 0 object Panel2: TPanel Left = 8 Top = 8 Width = 267 Height = 41 BevelOuter = bvNone ParentColor = True TabOrder = 0 object Image1: TImage Left = 8 Top = 2 Width = 32 Height = 38 AutoSize = True Picture.Data = {} Transparent = True end object Label_Promt: TLabel Left = 56 Top = 0 Width = 134 Height = 24 Caption = 'Did you know ...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object Panel3: TPanel Left = 8 Top = 56 Width = 267 Height = 137 BevelOuter = bvNone ParentColor = True TabOrder = 1 object Label_Tip: TLabel Left = 0 Top = 0 Width = 267 Height = 137 Align = alClient AutoSize = False Transparent = True WordWrap = True end end end object CheckBox_ShowAtStartup: TCheckBox Left = 16 Top = 216 Width = 273 Height = 17 Caption = 'Display The Tip Of The Day at startup' Checked = True State = cbChecked TabOrder = 1 OnClick = CheckBox_ShowAtStartupClick end object Button_Close: TButton Left = 304 Top = 8 Width = 89 Height = 25 Caption = '&Close' Default = True ModalResult = 1 TabOrder = 2 end object Button_Next: TButton Left = 304 Top = 56 Width = 89 Height = 25 Caption = '&Next tip' TabOrder = 3 OnClick = Button_NextClick end object Button_Prev: TButton Left = 304 Top = 88 Width = 89 Height = 25 Caption = '&Previous tip' TabOrder = 4 OnClick = Button_PrevClick end end